Trace number 2091564

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 387.401 391.199

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-41_ext.xml
MD5SUM0e23ccfbee1dfbcc703dc928c7294bfd
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 benchmark258.79
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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:34:37 2009
0.00/0.08	c 0	PID 30015
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091564-1247394877.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-2091564-1247394877.xml' 'HOME/temp.csp'
0.07/0.84	c 1	1 domains, 50 variables, 0 predicates, 461 relations, 461 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.81/0.95	c 1	Parsing HOME/temp.csp
1.21/1.36	c 1	parsed 973 expressions
1.21/1.37	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Converting to clausal form CSP
1.21/1.40	c 1	converted 98 (10%) expressions
1.32/1.40	c 1	converted 195 (20%) expressions
1.32/1.46	c 1	converted 292 (30%) expressions
1.32/1.46	c 1	converted 390 (40%) expressions
1.32/1.49	c 1	converted 487 (50%) expressions
1.40/1.53	c 1	converted 584 (60%) expressions
1.40/1.56	c 1	converted 682 (70%) expressions
1.40/1.60	c 1	converted 779 (80%) expressions
1.61/1.71	c 1	converted 876 (90%) expressions
1.61/1.77	c 1	converted 973 (100%) expressions
1.61/1.77	c 1	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.61/1.77	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.77	c 1	Propagation in CSP
1.61/1.77	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.77	c 1	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.61/1.77	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.77	c 1	Simplifing CSP by introducing new Boolean variables
1.61/1.77	c 2	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.61/1.77	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.84	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.71/1.85	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.71/1.85	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.71/1.85	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.71/1.85	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.71/1.85	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.71/1.86	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.71/1.86	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.71/1.86	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.71/1.86	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.80/1.92	c 2	47 (10%) CSP clauses are encoded (5316 clauses, 82395 bytes)
1.80/1.95	c 2	93 (20%) CSP clauses are encoded (9428 clauses, 155266 bytes)
1.80/1.98	c 2	139 (30%) CSP clauses are encoded (13683 clauses, 237059 bytes)
1.90/2.01	c 2	185 (40%) CSP clauses are encoded (18006 clauses, 319891 bytes)
1.90/2.04	c 2	231 (50%) CSP clauses are encoded (22461 clauses, 405482 bytes)
1.90/2.06	c 2	277 (60%) CSP clauses are encoded (26526 clauses, 483901 bytes)
1.90/2.09	c 2	323 (70%) CSP clauses are encoded (30685 clauses, 564276 bytes)
1.99/2.12	c 2	369 (80%) CSP clauses are encoded (34911 clauses, 645867 bytes)
1.99/2.14	c 2	415 (90%) CSP clauses are encoded (39057 clauses, 725804 bytes)
1.99/2.17	c 2	461 (100%) CSP clauses are encoded (43296 clauses, 811119 bytes)
1.99/2.17	c 2	461 CSP clauses encoded
1.99/2.17	c 2	Writing map file : HOME/temp.map
1.99/2.17	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.17	c 2	SAT : 1100 SAT variables, 43296 SAT clauses, 811119 bytes
1.99/2.17	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.19	c 2	SOLVING HOME/temp.cnf
1.99/2.19	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.19	c 2	This is MiniSat 2.0 beta
1.99/2.19	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.19	c 2	============================[ Problem Statistics ]=============================
1.99/2.19	c 2	|                                                                             |
1.99/2.19	c 2	|  Number of variables:  1100                                                 |
1.99/2.19	c 2	|  Number of clauses:    43296                                                |
2.08/2.22	c 2	|  Parsing time:         0.02         s                                       |
2.08/2.22	c 2	============================[ Search Statistics ]==============================
2.08/2.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.22	c 2	===============================================================================
2.08/2.22	c 2	|         0 |    1100    43296   161500 |    14432        0    nan |  0.000 % |
2.08/2.24	c 2	|       100 |    1100    43296   161500 |    15875      100     13 |  0.000 % |
2.08/2.28	c 2	|       250 |    1100    43296   161500 |    17462      250     13 |  0.002 % |
2.08/2.33	c 2	|       475 |    1100    43296   161500 |    19208      475     14 |  0.002 % |
2.08/2.40	c 2	|       812 |    1100    43296   161500 |    21129      812     15 |  0.002 % |
2.08/2.52	c 2	|      1318 |    1100    43296   161500 |    23242     1318     15 |  0.001 % |
2.08/2.70	c 2	|      2077 |    1100    43296   161500 |    25567     2077     15 |  0.005 % |
2.08/2.99	c 3	|      3217 |    1100    43296   161500 |    28123     3217     15 |  0.002 % |
3.26/3.49	c 3	|      4925 |    1100    43296   161500 |    30936     4925     15 |  0.005 % |
4.06/4.25	c 4	|      7487 |    1100    43296   161500 |    34029     7487     15 |  0.005 % |
5.35/5.51	c 5	|     11332 |    1100    43296   161500 |    37432    11332     17 |  0.005 % |
7.23/7.46	c 7	|     17100 |    1100    43296   161500 |    41176    17100     18 |  0.005 % |
10.89/11.15	c 11	|     25749 |    1100    43296   161500 |    45293    25749     18 |  0.005 % |
17.03/17.39	c 17	|     38724 |    1100    43296   161500 |    49823    38724     18 |  0.001 % |
28.32/28.70	c 28	|     58187 |    1100    43296   161500 |    54805    20884     19 |  0.002 % |
44.76/45.38	c 45	|     87379 |    1100    43296   161500 |    60286    50076     18 |  0.004 % |
69.44/70.23	c 70	|    131169 |    1100    43296   161500 |    66314    48115     20 |  0.003 % |
115.30/116.51	c 116	|    196853 |    1100    43296   161500 |    72946    62693     20 |  0.002 % |
182.36/184.22	c 184	|    295380 |    1100    43296   161500 |    80240    46164     22 |  0.004 % |
290.43/293.35	c 293	|    443169 |    1100    43296   161500 |    88264    67504     20 |  0.002 % |
387.22/391.01	c 391	===============================================================================
387.22/391.01	c 391	restarts              : 20
387.22/391.01	c 391	conflicts             : 576079         (1496 /sec)
387.22/391.01	c 391	decisions             : 708032         (1.30 % random) (1839 /sec)
387.22/391.01	c 391	propagations          : 90956716       (236190 /sec)
387.22/391.01	c 391	conflict literals     : 12202498       (43.62 % deleted)
387.22/391.01	c 391	Memory used           : 17.36 MB
387.22/391.01	c 391	CPU time              : 385.099 s
387.22/391.01	c 391	
387.22/391.01	c 391	SATISFIABLE
387.22/391.01	c 391	DECODING HOME/temp.out WITH HOME/temp.map
387.22/391.01	c 391	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'
387.24/391.10	c 391	Decoding HOME/temp.out
387.24/391.13	s SATISFIABLE
387.24/391.13	v 22 9 20 16 10 1 13 7 10 13 20 7 8 8 0 6 22 10 7 4 19 20 13 5 22 6 20 13 1 6 10 18 6 20 17 7 11 18 8 12 3 21 22 5 21 11 16 9 8 22
387.24/391.14	c 391	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
387.24/391.19	c 391	CPU 387.39 (0.06 0.02 387.11 0.2)
387.24/391.19	c 391	END Sun Jul 12 12:41:08 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-2091564-1247394877/watcher-2091564-1247394877 -o /tmp/evaluation-result-2091564-1247394877/solver-2091564-1247394877 -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-2091564-1247394877.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 30015
/proc/meminfo: memFree=1347544/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=12000 CPUtime=0
/proc/30015/stat : 30015 (sugar) R 30013 30015 28294 0 -1 4194304 197 0 0 0 0 0 0 0 22 0 1 0 26178954 12288000 165 996147200 4194304 4206940 548682068608 18446744073709551615 264519483150 0 0 4224 0 0 0 0 17 1 0 0
/proc/30015/statm: 3000 165 127 3 0 100 0

[startup+0.0850301 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 30015
/proc/meminfo: memFree=1347544/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=0.07
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1209 128 0 0 5 2 0 0 18 0 1 0 26178954 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.100856 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 30015
/proc/meminfo: memFree=1347544/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=0.07
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26178954 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301878 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 30015
/proc/meminfo: memFree=1347544/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=0.07
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26178954 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701938 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 30015
/proc/meminfo: memFree=1347544/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=0.07
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26178954 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30037
/proc/meminfo: memFree=1339072/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=0.81
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1309 4978 0 1 5 2 70 4 16 0 1 0 26178954 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1111 409 3 0 796 0
[pid=30028] ppid=30015 vsize=5356 CPUtime=0
/proc/30028/stat : 30028 (sh) S 30015 30015 28294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26179042 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30028/statm: 1339 233 193 169 0 50 0
[pid=30029] ppid=30028 vsize=864252 CPUtime=0.59
/proc/30029/stat : 30029 (java) S 30028 30015 28294 0 -1 0 6929 0 1 0 55 4 0 0 18 0 9 0 26179042 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30029/statm: 216063 6206 2566 9 0 210568 0
[pid=30029/tid=30030] ppid=30028 vsize=864252 CPUtime=0.35
/proc/30029/task/30030/stat : 30030 (java) R 30028 30015 28294 0 -1 64 2597 0 1 0 33 2 0 0 22 0 9 0 26179043 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4125924970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30031] ppid=30028 vsize=864252 CPUtime=0.18
/proc/30029/task/30031/stat : 30031 (java) S 30028 30015 28294 0 -1 64 3317 0 0 0 17 1 0 0 16 0 9 0 26179044 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30032] ppid=30028 vsize=864252 CPUtime=0
/proc/30029/task/30032/stat : 30032 (java) S 30028 30015 28294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26179044 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30033] ppid=30028 vsize=864252 CPUtime=0
/proc/30029/task/30033/stat : 30033 (java) S 30028 30015 28294 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26179044 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30034] ppid=30028 vsize=864252 CPUtime=0
/proc/30029/task/30034/stat : 30034 (java) S 30028 30015 28294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26179046 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30035] ppid=30028 vsize=864252 CPUtime=0.04
/proc/30029/task/30035/stat : 30035 (java) S 30028 30015 28294 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 26179046 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30036] ppid=30028 vsize=864252 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30028 30015 28294 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26179046 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30029/tid=30037] ppid=30028 vsize=864252 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30028 30015 28294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26179046 884994048 6206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886476

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30037
/proc/meminfo: memFree=1321664/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 15 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30266 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1338368/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=5532 CPUtime=4.06
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 1206 0 0 0 405 1 0 0 25 0 1 0 26179173 5664768 1192 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 1383 1192 75 150 0 1230 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27756

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1336384/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=7184 CPUtime=10.39
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 1621 0 0 0 1038 1 0 0 25 0 1 0 26179173 7356416 1607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 1796 1607 75 150 0 1643 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 29408

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1334208/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=9380 CPUtime=23.07
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 2181 0 0 0 2305 2 0 0 25 0 1 0 26179173 9605120 2167 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 2345 2167 75 150 0 2192 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31604

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1333184/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=10608 CPUtime=48.43
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 2491 0 0 0 4840 3 0 0 25 0 1 0 26179173 10862592 2477 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 2652 2477 75 150 0 2499 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32832

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1331008/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=12740 CPUtime=99.15
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 2985 0 0 0 9912 3 0 0 25 0 1 0 26179173 13045760 2971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 3185 2971 75 150 0 3032 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34964

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1329600/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=13812 CPUtime=158.58
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 3276 0 0 0 15854 4 0 0 25 0 1 0 26179173 14143488 3262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 3453 3262 75 150 0 3300 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 36036

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=15712 CPUtime=218.02
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 3724 0 0 0 21798 4 0 0 25 0 1 0 26179173 16089088 3710 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 3928 3710 75 150 0 3775 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 37936

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1327360/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=15844 CPUtime=277.45
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 3764 0 0 0 27741 4 0 0 25 0 1 0 26179173 16224256 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 3961 3750 75 150 0 3808 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 38068

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1324800/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=16796 CPUtime=336.9
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4012 0 0 0 33685 5 0 0 25 0 1 0 26179173 17199104 3998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4199 3998 75 150 0 4046 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 39020

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1324608/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=16936 CPUtime=352.75
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4048 0 0 0 35270 5 0 0 25 0 1 0 26179173 17342464 4034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4234 4034 75 150 0 4081 0
Current children cumulated CPU time (s) 354.83
Current children cumulated vsize (KiB) 39160

[startup+371.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323712/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17628 CPUtime=365.42
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4218 0 0 0 36537 5 0 0 25 0 1 0 26179173 18051072 4204 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4407 4204 75 150 0 4254 0
Current children cumulated CPU time (s) 367.5
Current children cumulated vsize (KiB) 39852

[startup+383.908 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323648/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17772 CPUtime=378.11
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4230 0 0 0 37806 5 0 0 25 0 1 0 26179173 18198528 4216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4443 4216 75 150 0 4290 0
Current children cumulated CPU time (s) 380.19
Current children cumulated vsize (KiB) 39996

[startup+387.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323648/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17772 CPUtime=381.28
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4235 0 0 0 38123 5 0 0 25 0 1 0 26179173 18198528 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4443 4221 75 150 0 4290 0
Current children cumulated CPU time (s) 383.36
Current children cumulated vsize (KiB) 39996

[startup+388.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323584/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17772 CPUtime=382.86
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4235 0 0 0 38281 5 0 0 25 0 1 0 26179173 18198528 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4443 4221 75 150 0 4290 0
Current children cumulated CPU time (s) 384.94
Current children cumulated vsize (KiB) 39996

[startup+390.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323584/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17772 CPUtime=384.45
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4235 0 0 0 38440 5 0 0 25 0 1 0 26179173 18198528 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4443 4221 75 150 0 4290 0
Current children cumulated CPU time (s) 386.53
Current children cumulated vsize (KiB) 39996

[startup+390.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323584/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=2.08
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1376 13950 0 2 5 2 190 11 16 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
[pid=30038] ppid=30015 vsize=5356 CPUtime=0
/proc/30038/stat : 30038 (sh) S 30015 30015 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26179173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30038/statm: 1339 232 193 169 0 50 0
[pid=30039] ppid=30038 vsize=17772 CPUtime=384.84
/proc/30039/stat : 30039 (minisat) R 30038 30015 28294 0 -1 4194304 4235 0 0 0 38479 5 0 0 25 0 1 0 26179173 18198528 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30039/statm: 4443 4221 75 150 0 4290 0
Current children cumulated CPU time (s) 386.92
Current children cumulated vsize (KiB) 39996

[startup+391.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 30039
/proc/meminfo: memFree=1323584/2055920 swapFree=4192812/4192956
[pid=30015] ppid=30013 vsize=16868 CPUtime=387.24
/proc/30015/stat : 30015 (sugar) S 30013 30015 28294 0 -1 4194304 1430 18480 0 2 5 2 38700 17 17 0 1 0 26178954 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30015/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 387.24
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 391.199
CPU time (s): 387.401
CPU user time (s): 387.176
CPU system time (s): 0.224965
CPU usage (%): 99.0291
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.176
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23765
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= 2231
involuntary context switches= 10848

runsolver used 0.468928 second user time and 1.3298 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 12:34:37
IDJOB=2091564
IDBENCH=60081
IDSOLVER=739
FILE ID=node40/2091564-1247394877
PBS_JOBID= 9507299
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-41_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-2091564-1247394877/watcher-2091564-1247394877 -o /tmp/evaluation-result-2091564-1247394877/solver-2091564-1247394877 -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-2091564-1247394877.xml

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

MD5SUM BENCH= 0e23ccfbee1dfbcc703dc928c7294bfd
RANDOM SEED=769612651

node40.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.213
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.213
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:       1348024 kB
Buffers:         94264 kB
Cached:         489448 kB
SwapCached:          0 kB
Active:         236272 kB
Inactive:       392068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          56144 kB
Slab:            64680 kB
Committed_AS:   239692 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 12:41:08