Trace number 2078474

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 780.068 785.295

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-8_ext.xml
MD5SUMc333f846853957646be8a6d35325162e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.61799
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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 04:50:00 2009
0.00/0.08	c 0	PID 20895
0.07/0.08	c 0	HOST node2.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2078474-1247367000.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-2078474-1247367000.xml' 'HOME/temp.csp'
0.96/1.01	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.96/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.06	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.98/1.14	c 1	Parsing HOME/temp.csp
2.00/2.16	c 2	parsed 137 expressions
2.00/2.17	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.17	c 2	Converting to clausal form CSP
2.00/2.19	c 2	converted 14 (10%) expressions
2.09/2.20	c 2	converted 28 (20%) expressions
2.09/2.22	c 2	converted 42 (30%) expressions
2.19/2.39	c 2	converted 55 (40%) expressions
2.19/2.39	c 2	converted 69 (50%) expressions
2.29/2.48	c 2	converted 83 (60%) expressions
2.39/2.58	c 3	converted 96 (70%) expressions
2.49/2.69	c 3	converted 110 (80%) expressions
2.69/2.81	c 3	converted 124 (90%) expressions
2.89/3.10	c 3	converted 137 (100%) expressions
2.89/3.10	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.89/3.10	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.10	c 3	Propagation in CSP
2.89/3.10	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.10	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.89/3.10	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.10	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.10	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.99/3.10	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.24	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.09/3.24	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.09/3.24	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.09/3.24	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.09/3.24	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.09/3.25	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.09/3.25	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.09/3.25	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.09/3.25	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.09/3.25	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.27/3.45	c 3	6 (10%) CSP clauses are encoded (11168 clauses, 252956 bytes)
3.38/3.59	c 4	12 (20%) CSP clauses are encoded (21978 clauses, 510501 bytes)
3.58/3.72	c 4	18 (30%) CSP clauses are encoded (32752 clauses, 771910 bytes)
3.68/3.86	c 4	24 (40%) CSP clauses are encoded (43658 clauses, 1041919 bytes)
3.77/3.97	c 4	29 (50%) CSP clauses are encoded (52609 clauses, 1264806 bytes)
3.97/4.11	c 4	35 (60%) CSP clauses are encoded (63371 clauses, 1529249 bytes)
4.07/4.24	c 4	41 (70%) CSP clauses are encoded (74260 clauses, 1805665 bytes)
4.18/4.39	c 4	47 (80%) CSP clauses are encoded (85081 clauses, 2093259 bytes)
4.37/4.51	c 5	53 (90%) CSP clauses are encoded (95253 clauses, 2363823 bytes)
4.47/4.62	c 5	58 (100%) CSP clauses are encoded (103599 clauses, 2585370 bytes)
4.47/4.62	c 5	58 CSP clauses encoded
4.47/4.62	c 5	Writing map file : HOME/temp.map
4.47/4.62	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/4.62	c 5	SAT : 380 SAT variables, 103599 SAT clauses, 2585370 bytes
4.47/4.62	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/4.68	c 5	SOLVING HOME/temp.cnf
4.47/4.68	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.47/4.68	c 5	This is MiniSat 2.0 beta
4.47/4.68	c 5	WARNING: for repeatability, setting FPU to use double precision
4.47/4.68	c 5	============================[ Problem Statistics ]=============================
4.47/4.68	c 5	|                                                                             |
4.47/4.68	c 5	|  Number of variables:  380                                                  |
4.47/4.68	c 5	|  Number of clauses:    103599                                               |
4.52/4.75	c 5	|  Parsing time:         0.06         s                                       |
4.52/4.76	c 5	============================[ Search Statistics ]==============================
4.52/4.76	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.52/4.76	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.52/4.76	c 5	===============================================================================
4.52/4.76	c 5	|         0 |     380   103599   568070 |    34533        0    nan |  0.000 % |
4.52/4.80	c 5	|       100 |     380   103599   568070 |    37986      100      9 |  0.001 % |
4.52/4.89	c 5	|       250 |     380   103599   568070 |    41784      250     10 |  0.013 % |
4.52/4.98	c 5	|       476 |     380   103599   568070 |    45963      476     11 |  0.013 % |
4.52/5.12	c 5	|       814 |     380   103599   568070 |    50559      814     10 |  0.013 % |
4.52/5.33	c 5	|      1322 |     380   103599   568070 |    55615     1322     11 |  0.013 % |
5.42/5.67	c 6	|      2081 |     380   103599   568070 |    61177     2081     11 |  0.012 % |
5.92/6.12	c 6	|      3223 |     380   103599   568070 |    67295     3223     12 |  0.013 % |
6.61/6.83	c 7	|      4932 |     380   103599   568070 |    74024     4932     12 |  0.013 % |
7.81/8.04	c 8	|      7494 |     380   103599   568070 |    81427     7494     13 |  0.014 % |
9.40/9.66	c 10	|     11338 |     380   103599   568070 |    89569    11338     13 |  0.014 % |
12.09/12.36	c 12	|     17106 |     380   103599   568070 |    98526    17106     14 |  0.014 % |
16.86/17.14	c 17	|     25755 |     380   103599   568070 |   108379    25755     14 |  0.014 % |
25.82/26.10	c 26	|     38729 |     380   103599   568070 |   119217    38729     14 |  0.018 % |
42.73/43.11	c 43	|     58191 |     380   103599   568070 |   131139    58191     15 |  0.002 % |
62.24/62.76	c 63	|     87385 |     379   102777   564269 |   144252    33878     16 |  0.267 % |
102.14/102.84	c 103	|    131175 |     379   102777   564269 |   158678    77668     17 |  0.270 % |
188.82/189.95	c 190	|    196859 |     376   100574   553015 |   174546    54078     15 |  1.053 % |
325.94/327.77	c 328	|    295385 |     372    97802   538460 |   192000    58590     13 |  2.106 % |
552.29/556.98	c 557	|    443174 |     371    97802   538460 |   211200    35866     17 |  2.369 % |
779.90/785.12	c 785	===============================================================================
779.90/785.12	c 785	restarts              : 20
779.90/785.12	c 785	conflicts             : 612108         (790 /sec)
779.90/785.12	c 785	decisions             : 748113         (1.49 % random) (965 /sec)
779.90/785.12	c 785	propagations          : 30190106       (38940 /sec)
779.90/785.12	c 785	conflict literals     : 10356297       (33.83 % deleted)
779.90/785.12	c 785	Memory used           : 29.38 MB
779.90/785.12	c 785	CPU time              : 775.301 s
779.90/785.12	c 785	
779.90/785.12	c 785	SATISFIABLE
779.90/785.12	c 785	DECODING HOME/temp.out WITH HOME/temp.map
779.90/785.12	c 785	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'
779.93/785.21	c 785	Decoding HOME/temp.out
779.93/785.22	s SATISFIABLE
779.93/785.22	v 4 16 10 1 12 18 11 11 13 0 14 10 2 17 8 8 2 9 3 15
779.93/785.25	c 785	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
779.93/785.29	c 785	CPU 780.05 (0.06 0.02 779.65 0.32)
779.93/785.29	c 785	END Sun Jul 12 05:03:05 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-2078474-1247367000/watcher-2078474-1247367000 -o /tmp/evaluation-result-2078474-1247367000/solver-2078474-1247367000 -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-2078474-1247367000.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: 1.96 2.00 2.12 4/74 20895
/proc/meminfo: memFree=1442632/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=12268 CPUtime=0
/proc/20895/stat : 20895 (sugar) R 20893 20895 18069 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 23767673 12562432 303 996147200 4194304 4206940 548682068608 18446744073709551615 206399152710 0 0 4224 0 0 0 0 17 1 0 0
/proc/20895/statm: 3067 303 229 3 0 167 0

[startup+0.0838569 s]
/proc/loadavg: 1.96 2.00 2.12 4/74 20895
/proc/meminfo: memFree=1442632/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16740 CPUtime=0.07
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23767673 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102448 s]
/proc/loadavg: 1.96 2.00 2.12 4/74 20895
/proc/meminfo: memFree=1442632/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=0.07
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23767673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301481 s]
/proc/loadavg: 1.96 2.00 2.12 4/74 20895
/proc/meminfo: memFree=1442632/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=0.07
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23767673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701556 s]
/proc/loadavg: 1.96 2.00 2.12 4/74 20895
/proc/meminfo: memFree=1442632/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=0.07
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23767673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5017 s]
/proc/loadavg: 1.96 2.00 2.12 3/85 20907
/proc/meminfo: memFree=1424624/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=0.98
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1309 7025 0 1 5 2 85 6 15 0 1 0 23767673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10299 s]
/proc/loadavg: 1.96 2.00 2.12 3/85 20917
/proc/meminfo: memFree=1413872/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=0.98
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1310 7025 0 1 5 2 85 6 15 0 1 0 23767673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1111 409 3 0 796 0
[pid=20908] ppid=20895 vsize=5356 CPUtime=0
/proc/20908/stat : 20908 (sh) S 20895 20895 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23767779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20908/statm: 1339 233 193 169 0 50 0
[pid=20909] ppid=20908 vsize=864376 CPUtime=2.01
/proc/20909/stat : 20909 (java) S 20908 20895 18069 0 -1 0 14348 0 1 0 193 8 0 0 18 0 9 0 23767780 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20909/statm: 216094 13590 2566 9 0 210599 0
[pid=20909/tid=20910] ppid=20908 vsize=864376 CPUtime=1.01
/proc/20909/task/20910/stat : 20910 (java) R 20908 20895 18069 0 -1 64 2923 0 1 0 99 2 0 0 20 0 9 0 23767781 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4125978563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20911] ppid=20908 vsize=864376 CPUtime=0.92
/proc/20909/task/20911/stat : 20911 (java) S 20908 20895 18069 0 -1 64 10411 0 0 0 88 4 0 0 17 0 9 0 23767782 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20912] ppid=20908 vsize=864376 CPUtime=0
/proc/20909/task/20912/stat : 20912 (java) S 20908 20895 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23767782 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20913] ppid=20908 vsize=864376 CPUtime=0
/proc/20909/task/20913/stat : 20913 (java) S 20908 20895 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23767782 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20914] ppid=20908 vsize=864376 CPUtime=0
/proc/20909/task/20914/stat : 20914 (java) S 20908 20895 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23767784 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20915] ppid=20908 vsize=864376 CPUtime=0.04
/proc/20909/task/20915/stat : 20915 (java) S 20908 20895 18069 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23767784 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20916] ppid=20908 vsize=864376 CPUtime=0
/proc/20909/task/20916/stat : 20916 (java) S 20908 20895 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23767784 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20909/tid=20917] ppid=20908 vsize=864376 CPUtime=0
/proc/20909/task/20917/stat : 20917 (java) R 20908 20895 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23767784 885121024 13590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886600

[startup+6.30159 s]
/proc/loadavg: 1.96 2.00 2.12 3/77 20919
/proc/meminfo: memFree=1427312/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 15 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=8312 CPUtime=1.6
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 1945 0 0 0 160 0 0 0 25 0 1 0 23768141 8511488 1931 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 2078 1931 75 150 0 1925 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30536

[startup+12.7028 s]
/proc/loadavg: 1.97 2.00 2.12 3/77 20919
/proc/meminfo: memFree=1425712/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=9536 CPUtime=7.96
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 2262 0 0 0 795 1 0 0 25 0 1 0 23768141 9764864 2248 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 2384 2248 75 150 0 2231 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31760

[startup+25.5011 s]
/proc/loadavg: 1.97 2.00 2.12 3/77 20921
/proc/meminfo: memFree=1423472/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=11352 CPUtime=20.7
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 2724 0 0 0 2068 2 0 0 25 0 1 0 23768141 11624448 2710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 2838 2710 75 150 0 2685 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 33576

[startup+51.1018 s]
/proc/loadavg: 1.98 2.00 2.11 3/77 20921
/proc/meminfo: memFree=1420272/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=13676 CPUtime=46.17
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 3276 0 0 0 4614 3 0 0 25 0 1 0 23768141 14004224 3262 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 3419 3262 75 150 0 3266 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 35900

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.10 3/77 20921
/proc/meminfo: memFree=1414320/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=16120 CPUtime=97.12
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 3899 0 0 0 9709 3 0 0 25 0 1 0 23768141 16506880 3885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 4030 3885 75 150 0 3877 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 38344

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.09 3/77 20921
/proc/meminfo: memFree=1405488/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=20700 CPUtime=156.83
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 5021 0 0 0 15679 4 0 0 25 0 1 0 23768141 21196800 5007 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 5175 5007 75 150 0 5022 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 42924

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.08 3/77 20921
/proc/meminfo: memFree=1398704/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=22708 CPUtime=216.53
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 5470 0 0 0 21648 5 0 0 25 0 1 0 23768141 23252992 5456 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20919/statm: 5677 5456 75 150 0 5524 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 44932


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

/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=28816 CPUtime=573.04
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7023 0 0 0 57296 8 0 0 25 0 1 0 23768141 29507584 7009 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7204 7009 75 150 0 7051 0
Current children cumulated CPU time (s) 577.56
Current children cumulated vsize (KiB) 51040

[startup+642.303 s]
/proc/loadavg: 2.21 2.09 2.09 3/86 21060
/proc/meminfo: memFree=1049104/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=29244 CPUtime=632.75
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7125 0 0 0 63266 9 0 0 25 0 1 0 23768141 29945856 7111 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7311 7111 75 150 0 7158 0
Current children cumulated CPU time (s) 637.27
Current children cumulated vsize (KiB) 51468

[startup+702.302 s]
/proc/loadavg: 2.47 2.18 2.12 3/85 21107
/proc/meminfo: memFree=1301520/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=29544 CPUtime=692.61
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7166 0 0 0 69252 9 0 0 25 0 1 0 23768141 30253056 7152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7386 7152 75 150 0 7233 0
Current children cumulated CPU time (s) 697.13
Current children cumulated vsize (KiB) 51768

[startup+762.307 s]
/proc/loadavg: 2.48 2.22 2.13 4/85 21107
/proc/meminfo: memFree=1301072/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=29952 CPUtime=752.59
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7271 0 0 0 75249 10 0 0 25 0 1 0 23768141 30670848 7257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7488 7257 75 150 0 7335 0
Current children cumulated CPU time (s) 757.11
Current children cumulated vsize (KiB) 52176

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

[startup+767.902 s]
/proc/loadavg: 2.44 2.22 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=758.19
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7291 0 0 0 75809 10 0 0 25 0 1 0 23768141 30806016 7277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7277 75 150 0 7368 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 52308

[startup+774.302 s]
/proc/loadavg: 2.41 2.22 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=764.59
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 76449 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 769.11
Current children cumulated vsize (KiB) 52308

[startup+780.701 s]
/proc/loadavg: 2.34 2.21 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=770.98
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 77088 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 775.5
Current children cumulated vsize (KiB) 52308

[startup+782.302 s]
/proc/loadavg: 2.34 2.21 2.13 4/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=772.58
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 77248 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 777.1
Current children cumulated vsize (KiB) 52308

[startup+783.902 s]
/proc/loadavg: 2.34 2.21 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=774.18
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 77408 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 778.7
Current children cumulated vsize (KiB) 52308

[startup+784.703 s]
/proc/loadavg: 2.34 2.21 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=774.98
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 77488 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530789 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 779.5
Current children cumulated vsize (KiB) 52308

[startup+785.102 s]
/proc/loadavg: 2.34 2.21 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=4.52
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1374 22168 0 2 6 2 427 17 16 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
[pid=20918] ppid=20895 vsize=5356 CPUtime=0
/proc/20918/stat : 20918 (sh) S 20895 20895 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23768141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1339 232 193 169 0 50 0
[pid=20919] ppid=20918 vsize=30084 CPUtime=775.38
/proc/20919/stat : 20919 (minisat) R 20918 20895 18069 0 -1 4194304 7293 0 0 0 77528 10 0 0 25 0 1 0 23768141 30806016 7279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20919/statm: 7521 7279 75 150 0 7368 0
Current children cumulated CPU time (s) 779.9
Current children cumulated vsize (KiB) 52308

[startup+785.202 s]
/proc/loadavg: 2.34 2.21 2.13 3/85 21107
/proc/meminfo: memFree=1301008/2055920 swapFree=4192812/4192956
[pid=20895] ppid=20893 vsize=16868 CPUtime=779.93
/proc/20895/stat : 20895 (sugar) S 20893 20895 18069 0 -1 4194304 1427 29756 0 2 6 2 77957 28 17 0 1 0 23767673 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20895/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 779.93
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 785.295
CPU time (s): 780.068
CPU user time (s): 779.717
CPU system time (s): 0.350946
CPU usage (%): 99.3344
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 779.717
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35025
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= 2630
involuntary context switches= 13304

runsolver used 0.947855 second user time and 2.6366 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 04:50:00
IDJOB=2078474
IDBENCH=56757
IDSOLVER=739
FILE ID=node2/2078474-1247367000
PBS_JOBID= 9507077
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= c333f846853957646be8a6d35325162e
RANDOM SEED=392007875

node2.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.265
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.265
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:       1443112 kB
Buffers:         31036 kB
Cached:         245928 kB
SwapCached:          0 kB
Active:         475356 kB
Inactive:        81960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         291628 kB
Slab:            40200 kB
Committed_AS:   421452 kB
PageTables:       2452 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= 66336 MiB
End job on node2 at 2009-07-12 05:03:05