Trace number 2091377

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+minisatSAT 364.477 365.908

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM9134282df2ceb7b4f7b3cea4f5381931
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.35564
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
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 12:26:19 2009
0.00/0.08	c 0	PID 28005
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091377-1247394379.xml TO HOME/temp.csp
0.00/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-2091377-1247394379.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 40 variables, 0 predicates, 333 relations, 333 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.06/0.80	c 1	Parsing HOME/temp.csp
0.68/1.01	c 1	parsed 707 expressions
0.68/1.02	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/1.02	c 1	Converting to clausal form CSP
0.68/1.05	c 1	converted 71 (10%) expressions
0.68/1.05	c 1	converted 142 (20%) expressions
0.68/1.05	c 1	converted 213 (30%) expressions
0.68/1.05	c 1	converted 283 (40%) expressions
1.06/1.11	c 1	converted 354 (50%) expressions
1.06/1.14	c 1	converted 425 (60%) expressions
1.06/1.16	c 1	converted 495 (70%) expressions
1.06/1.17	c 1	converted 566 (80%) expressions
1.06/1.19	c 1	converted 637 (90%) expressions
1.15/1.26	c 1	converted 707 (100%) expressions
1.15/1.27	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.15/1.27	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.27	c 1	Propagation in CSP
1.15/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.27	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.15/1.27	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.27	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.15/1.27	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.32	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.25/1.32	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.25/1.32	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.25/1.32	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.25/1.33	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.25/1.33	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.25/1.33	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.25/1.33	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.25/1.33	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.25/1.33	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.25/1.38	c 1	34 (10%) CSP clauses are encoded (2887 clauses, 43829 bytes)
1.34/1.40	c 1	67 (20%) CSP clauses are encoded (5053 clauses, 80234 bytes)
1.34/1.42	c 1	100 (30%) CSP clauses are encoded (7137 clauses, 117336 bytes)
1.34/1.43	c 1	134 (40%) CSP clauses are encoded (9267 clauses, 157184 bytes)
1.34/1.44	c 1	167 (50%) CSP clauses are encoded (11419 clauses, 197497 bytes)
1.34/1.46	c 1	200 (60%) CSP clauses are encoded (13496 clauses, 236475 bytes)
1.34/1.47	c 1	234 (70%) CSP clauses are encoded (15674 clauses, 277308 bytes)
1.34/1.49	c 1	267 (80%) CSP clauses are encoded (17785 clauses, 316958 bytes)
1.45/1.50	c 1	300 (90%) CSP clauses are encoded (19824 clauses, 355326 bytes)
1.45/1.51	c 1	333 (100%) CSP clauses are encoded (21864 clauses, 393751 bytes)
1.45/1.51	c 1	333 CSP clauses encoded
1.45/1.51	c 1	Writing map file : HOME/temp.map
1.45/1.51	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.51	c 1	SAT : 720 SAT variables, 21864 SAT clauses, 393751 bytes
1.45/1.51	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.56	c 1	SOLVING HOME/temp.cnf
1.45/1.56	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.45/1.56	c 1	This is MiniSat 2.0 beta
1.45/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.45/1.56	c 1	============================[ Problem Statistics ]=============================
1.45/1.56	c 1	|                                                                             |
1.45/1.57	c 1	|  Number of variables:  720                                                  |
1.45/1.57	c 1	|  Number of clauses:    21864                                                |
1.45/1.58	c 1	|  Parsing time:         0.01         s                                       |
1.45/1.58	c 1	============================[ Search Statistics ]==============================
1.45/1.58	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.45/1.58	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.45/1.58	c 1	===============================================================================
1.45/1.58	c 1	|         0 |     720    21864    80272 |     7288        0    nan |  0.000 % |
1.45/1.59	c 1	|       101 |     720    21864    80272 |     8016      101      9 |  0.000 % |
1.47/1.61	c 1	|       251 |     720    21864    80272 |     8818      251     11 |  0.006 % |
1.47/1.63	c 1	|       476 |     720    21864    80272 |     9700      476     12 |  0.006 % |
1.47/1.67	c 1	|       813 |     720    21864    80272 |    10670      813     12 |  0.006 % |
1.47/1.73	c 2	|      1319 |     720    21864    80272 |    11737     1319     12 |  0.006 % |
1.47/1.82	c 2	|      2078 |     720    21864    80272 |    12911     2078     13 |  0.003 % |
1.47/1.95	c 2	|      3217 |     720    21864    80272 |    14202     3217     13 |  0.004 % |
1.47/2.16	c 2	|      4925 |     720    21864    80272 |    15622     4925     13 |  0.004 % |
2.38/2.51	c 2	|      7488 |     720    21864    80272 |    17184     7488     13 |  0.004 % |
2.97/3.11	c 3	|     11332 |     720    21864    80272 |    18903    11332     14 |  0.004 % |
3.97/4.11	c 4	|     17098 |     720    21864    80272 |    20793    17098     14 |  0.002 % |
5.65/5.80	c 6	|     25749 |     720    21864    80272 |    22872    15253     16 |  0.002 % |
8.32/8.57	c 8	|     38723 |     720    21864    80272 |    25160    16702     16 |  0.003 % |
12.78/13.05	c 13	|     58184 |     720    21864    80272 |    27676    22723     15 |  0.007 % |
19.91/20.25	c 20	|     87376 |     720    21864    80272 |    30443    23158     16 |  0.001 % |
32.00/32.42	c 32	|    131167 |     720    21864    80272 |    33488    14344     15 |  0.001 % |
50.71/51.33	c 51	|    196851 |     720    21864    80272 |    36836    19501     15 |  0.012 % |
79.15/80.03	c 80	|    295378 |     719    21806    80107 |    40520    12965     17 |  0.140 % |
123.92/125.26	c 125	|    443167 |     718    21750    79948 |    44572    27911     18 |  0.281 % |
196.14/197.51	c 197	|    664850 |     718    21750    79948 |    49030    39151     18 |  0.280 % |
312.19/313.61	c 313	|    997375 |     713    21414    78748 |    53933    28322     17 |  0.972 % |
364.27/365.73	c 366	===============================================================================
364.27/365.73	c 366	restarts              : 22
364.27/365.73	c 366	conflicts             : 1130728        (3117 /sec)
364.27/365.73	c 366	decisions             : 1359467        (1.44 % random) (3747 /sec)
364.27/365.73	c 366	propagations          : 123437672      (340234 /sec)
364.27/365.73	c 366	conflict literals     : 20089555       (36.82 % deleted)
364.27/365.73	c 366	Memory used           : 12.86 MB
364.27/365.73	c 366	CPU time              : 362.802 s
364.27/365.73	c 366	
364.27/365.73	c 366	SATISFIABLE
364.27/365.74	c 366	DECODING HOME/temp.out WITH HOME/temp.map
364.27/365.74	c 366	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'
364.33/365.82	c 366	Decoding HOME/temp.out
364.33/365.84	s SATISFIABLE
364.33/365.84	v 17 15 8 7 6 5 9 2 9 11 2 16 0 5 12 1 7 4 16 12 0 0 15 1 1 2 13 10 7 1 11 16 4 9 17 0 12 2 3 5
364.33/365.86	c 366	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
364.33/365.90	c 366	CPU 364.45 (0.06 0.01 364.21 0.17)
364.33/365.90	c 366	END Sun Jul 12 12:32:25 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091377-1247394379/watcher-2091377-1247394379 -o /tmp/evaluation-result-2091377-1247394379/solver-2091377-1247394379 -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-2091377-1247394379.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.07 2.03 1.99 4/74 28005
/proc/meminfo: memFree=1659680/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=12268 CPUtime=0
/proc/28005/stat : 28005 (sugar) R 28003 28005 26916 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26505451 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 0 4224 0 0 0 0 17 1 0 0
/proc/28005/statm: 3067 316 241 3 0 167 0

[startup+0.107968 s]
/proc/loadavg: 2.07 2.03 1.99 4/74 28005
/proc/meminfo: memFree=1659680/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=0.06
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26505451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201983 s]
/proc/loadavg: 2.07 2.03 1.99 4/74 28005
/proc/meminfo: memFree=1659680/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=0.06
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26505451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301994 s]
/proc/loadavg: 2.07 2.03 1.99 4/74 28005
/proc/meminfo: memFree=1659680/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=0.06
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26505451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701063 s]
/proc/loadavg: 2.07 2.03 1.99 4/74 28005
/proc/meminfo: memFree=1659680/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=0.06
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26505451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 2.06 2.03 1.99 4/85 28027
/proc/meminfo: memFree=1645512/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=0.69
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1310 4805 0 1 6 1 59 3 15 0 1 0 26505451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1111 409 3 0 796 0
[pid=28018] ppid=28005 vsize=5356 CPUtime=0
/proc/28018/stat : 28018 (sh) S 28005 28005 26916 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26505523 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28018/statm: 1339 233 193 169 0 50 0
[pid=28019] ppid=28018 vsize=864304 CPUtime=0.76
/proc/28019/stat : 28019 (java) S 28018 28005 26916 0 -1 0 6838 0 1 0 71 5 0 0 18 0 9 0 26505523 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28019/statm: 216076 6058 2590 9 0 210553 0
[pid=28019/tid=28020] ppid=28018 vsize=864304 CPUtime=0.44
/proc/28019/task/28020/stat : 28020 (java) R 28018 28005 26916 0 -1 64 2745 0 1 0 42 2 0 0 19 0 9 0 26505524 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28021] ppid=28018 vsize=864304 CPUtime=0.21
/proc/28019/task/28021/stat : 28021 (java) R 28018 28005 26916 0 -1 64 3059 0 0 0 20 1 0 0 16 0 9 0 26505525 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28022] ppid=28018 vsize=864304 CPUtime=0
/proc/28019/task/28022/stat : 28022 (java) S 28018 28005 26916 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26505525 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28023] ppid=28018 vsize=864304 CPUtime=0
/proc/28019/task/28023/stat : 28023 (java) S 28018 28005 26916 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26505525 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28024] ppid=28018 vsize=864304 CPUtime=0
/proc/28019/task/28024/stat : 28024 (java) S 28018 28005 26916 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26505528 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28025] ppid=28018 vsize=864304 CPUtime=0.08
/proc/28019/task/28025/stat : 28025 (java) S 28018 28005 26916 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26505528 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28026] ppid=28018 vsize=864304 CPUtime=0
/proc/28019/task/28026/stat : 28026 (java) S 28018 28005 26916 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26505528 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28019/tid=28027] ppid=28018 vsize=864304 CPUtime=0
/proc/28019/task/28027/stat : 28027 (java) S 28018 28005 26916 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26505528 885047296 6058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886528

[startup+3.10145 s]
/proc/loadavg: 2.06 2.03 1.99 3/77 28029
/proc/meminfo: memFree=1653640/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 15 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=3848 CPUtime=1.5
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 724 0 0 0 150 0 0 0 25 0 1 0 26505608 3940352 710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 962 710 75 150 0 809 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26072

[startup+6.30197 s]
/proc/loadavg: 2.06 2.03 1.99 3/77 28029
/proc/meminfo: memFree=1651984/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=4840 CPUtime=4.68
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 963 0 0 0 467 1 0 0 25 0 1 0 26505608 4956160 949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 1210 949 75 150 0 1057 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27064

[startup+12.702 s]
/proc/loadavg: 2.05 2.03 1.99 3/77 28029
/proc/meminfo: memFree=1651152/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=5504 CPUtime=11.01
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 1134 0 0 0 1100 1 0 0 25 0 1 0 26505608 5636096 1120 996147200 134512640 135127466 4294956256 18446744073709551615 134529296 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 1376 1120 75 150 0 1223 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 27728

[startup+25.5011 s]
/proc/loadavg: 2.04 2.03 1.99 3/77 28029
/proc/meminfo: memFree=1650256/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=6600 CPUtime=23.69
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 1385 0 0 0 2367 2 0 0 25 0 1 0 26505608 6758400 1371 996147200 134512640 135127466 4294956256 18446744073709551615 134522955 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 1650 1371 75 150 0 1497 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28824

[startup+51.1012 s]
/proc/loadavg: 2.03 2.03 1.99 3/77 28029
/proc/meminfo: memFree=1649552/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=7272 CPUtime=49.04
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 1559 0 0 0 4902 2 0 0 25 0 1 0 26505608 7446528 1545 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 1818 1545 75 150 0 1665 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 29496

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 1.99 3/77 28029
/proc/meminfo: memFree=1648016/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=8732 CPUtime=99.77
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 1925 0 0 0 9974 3 0 0 25 0 1 0 26505608 8941568 1911 996147200 134512640 135127466 4294956256 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/28029/statm: 2183 1911 75 150 0 2030 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 30956

[startup+162.302 s]
/proc/loadavg: 1.95 2.00 1.98 3/87 28071
/proc/meminfo: memFree=1596032/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=10172 CPUtime=159.48
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2264 0 0 0 15945 3 0 0 25 0 1 0 26505608 10416128 2250 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 2543 2250 75 150 0 2390 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 32396

[startup+222.308 s]
/proc/loadavg: 1.98 2.00 1.98 3/87 28071
/proc/meminfo: memFree=1570176/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=11084 CPUtime=219.47
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2512 0 0 0 21944 3 0 0 25 0 1 0 26505608 11350016 2498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 2771 2498 75 150 0 2618 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 33308

[startup+282.302 s]
/proc/loadavg: 2.05 2.02 1.99 3/87 28071
/proc/meminfo: memFree=1569728/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=11636 CPUtime=279.43
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2622 0 0 0 27940 3 0 0 25 0 1 0 26505608 11915264 2608 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 2909 2608 75 150 0 2756 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 33860

[startup+342.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/87 28071
/proc/meminfo: memFree=1568576/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=12608 CPUtime=339.41
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2872 0 0 0 33937 4 0 0 25 0 1 0 26505608 12910592 2858 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3152 2858 75 150 0 2999 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 34832

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

[startup+345.602 s]
/proc/loadavg: 2.07 2.03 2.00 3/87 28071
/proc/meminfo: memFree=1568320/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=12884 CPUtime=342.71
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2938 0 0 0 34267 4 0 0 25 0 1 0 26505608 13193216 2924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3221 2924 75 150 0 3068 0
Current children cumulated CPU time (s) 344.18
Current children cumulated vsize (KiB) 35108

[startup+358.402 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568128/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=13016 CPUtime=355.5
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2973 0 0 0 35546 4 0 0 25 0 1 0 26505608 13328384 2959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3254 2959 75 150 0 3101 0
Current children cumulated CPU time (s) 356.97
Current children cumulated vsize (KiB) 35240

[startup+361.601 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=13160 CPUtime=358.7
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2990 0 0 0 35866 4 0 0 25 0 1 0 26505608 13475840 2976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3290 2976 75 150 0 3137 0
Current children cumulated CPU time (s) 360.17
Current children cumulated vsize (KiB) 35384

[startup+363.202 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=13160 CPUtime=360.3
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2990 0 0 0 36026 4 0 0 25 0 1 0 26505608 13475840 2976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3290 2976 75 150 0 3137 0
Current children cumulated CPU time (s) 361.77
Current children cumulated vsize (KiB) 35384

[startup+364.803 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=13160 CPUtime=361.9
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2990 0 0 0 36186 4 0 0 25 0 1 0 26505608 13475840 2976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3290 2976 75 150 0 3137 0
Current children cumulated CPU time (s) 363.37
Current children cumulated vsize (KiB) 35384

[startup+365.601 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=1.47
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1376 11948 0 2 6 1 131 9 16 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
[pid=28028] ppid=28005 vsize=5356 CPUtime=0
/proc/28028/stat : 28028 (sh) S 28005 28005 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26505607 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28028/statm: 1339 232 193 169 0 50 0
[pid=28029] ppid=28028 vsize=13160 CPUtime=362.7
/proc/28029/stat : 28029 (minisat) R 28028 28005 26916 0 -1 4194304 2990 0 0 0 36266 4 0 0 25 0 1 0 26505608 13475840 2976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28029/statm: 3290 2976 75 150 0 3137 0
Current children cumulated CPU time (s) 364.17
Current children cumulated vsize (KiB) 35384

[startup+365.801 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=364.33
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1430 15233 0 2 6 1 36412 14 17 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 364.33
Current children cumulated vsize (KiB) 16868

[startup+365.901 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28071
/proc/meminfo: memFree=1568064/2055920 swapFree=4192812/4192956
[pid=28005] ppid=28003 vsize=16868 CPUtime=364.33
/proc/28005/stat : 28005 (sugar) S 28003 28005 26916 0 -1 4194304 1450 15233 0 2 6 1 36412 14 15 0 1 0 26505451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28005/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 364.33
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 365.908
CPU time (s): 364.477
CPU user time (s): 364.282
CPU system time (s): 0.19497
CPU usage (%): 99.6088
Max. virtual memory (cumulated for all children) (KiB): 886528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.282
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20509
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= 1815
involuntary context switches= 5303

runsolver used 0.415936 second user time and 1.25981 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 12:26:19
IDJOB=2091377
IDBENCH=60049
IDSOLVER=739
FILE ID=node3/2091377-1247394379
PBS_JOBID= 9507263
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-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-2091377-1247394379/watcher-2091377-1247394379 -o /tmp/evaluation-result-2091377-1247394379/solver-2091377-1247394379 -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-2091377-1247394379.xml

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

MD5SUM BENCH= 9134282df2ceb7b4f7b3cea4f5381931
RANDOM SEED=2085945486

node3.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.259
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.259
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:       1660160 kB
Buffers:         27572 kB
Cached:         121484 kB
SwapCached:          0 kB
Active:          95048 kB
Inactive:       243992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          41348 kB
Slab:            42112 kB
Committed_AS:   200536 kB
PageTables:       1812 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= 66408 MiB
End job on node3 at 2009-07-12 12:32:25